xm: Add exception handling when launching vncviewer
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 6 May 2010 10:13:22 +0000 (11:13 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 6 May 2010 10:13:22 +0000 (11:13 +0100)
commitc177a9f12257b753181974fca1da88f9bbc28e80
treee18a27d2412ae0a80da2137d11c3141bea5e822b
parented13686ad624de31154bdb2da781a5bdc6e39b8c
xm: Add exception handling when launching vncviewer

Also replaces the call to 'puts' with 'print' as the former is
undefined in python

Signed-off-by: Goncalo Gomes <Goncalo.Gomes@eu.Citrix.com>
tools/python/xen/xm/console.py